home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / mgr / mgr.zoo / mgrdif1.zoo / demo / tests / diffs next >
Encoding:
Text File  |  1991-03-01  |  418 b   |  22 lines

  1. *** many.c~    Wed Feb 27 17:04:11 1991
  2. --- many.c    Wed Feb 27 17:05:17 1991
  3. ***************
  4. *** 27,33 ****
  5.      int x,y,w,h;
  6.      int lastx=0, lasty=0;
  7.      char buff[100];
  8. !    int sprintf();
  9.      int offset, foo;
  10.      register int i;
  11.      
  12. --- 27,35 ----
  13.      int x,y,w,h;
  14.      int lastx=0, lasty=0;
  15.      char buff[100];
  16. ! #ifndef atarist
  17. !    char *sprintf();
  18. ! #endif
  19.      int offset, foo;
  20.      register int i;
  21.      
  22.